home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / fs / fat / Makefile
Encoding:
Makefile  |  2008-12-24  |  253 b   |  12 lines

  1. #
  2. # Makefile for the Linux fat filesystem support.
  3. #
  4.  
  5. obj-$(CONFIG_FAT_FS) += fat.o
  6. obj-$(CONFIG_VFAT_FS) += vfat.o
  7. obj-$(CONFIG_MSDOS_FS) += msdos.o
  8.  
  9. fat-y := cache.o dir.o fatent.o file.o inode.o misc.o
  10. vfat-y := namei_vfat.o
  11. msdos-y := namei_msdos.o
  12.